Registrar

@ApiStatus.Experimental
interface Registrar<T>

Functions

Link copied to clipboard
abstract fun createTag(path: String): TagKey<T>
abstract fun createTag(id: Identifier): TagKey<T>
Link copied to clipboard
abstract fun getRegistry(): Registry<T>
Link copied to clipboard
abstract fun init()
Link copied to clipboard
abstract fun register(name: String, entrySupplier: Supplier<T>): RegistrySupplier<T>